Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class / Contains Method / Contains(Range<T>) Method
A range to test.

In This Topic
    Contains(Range<T>) Method
    In This Topic
    Indicates if the range contains value.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal value As Range(Of T) _
    ) As Boolean
    public bool Contains( 
       Range<T> value
    )

    Parameters

    value
    A range to test.

    Return Value

    true if the entire range in value is within this range.
    Exceptions
    ExceptionDescription
    value is null.
    See Also